I don't understand how this works, I have tried with the
script command, and with the C# method "ArcFeed"
but none of them perform any kind of motion
in the documentation say this:
public void ArcFeed(
double feedrate,
int plane,
double planarXend,
double planarYend,
double planarXcenter,
double planarYcenter,
int rotation,
double planarZ,
double a,
double b,
double c,
int sequence_number,
int ID
)
it also say what means all this parameters, but doesn't say what number I need to put in (for example) rotacion for CW or CCW (I assume 0=CW and 1=CCW, still not sure if this was correct)
so I'm not sure if I'm using the methond in a right way